home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CUJ9102.ARJ / 9N02122A < prev    next >
Text File  |  1992-07-06  |  145b  |  8 lines

  1.  
  2.    #ifdef MAKE_STRING_TABLE
  3.    #define TABLE_VALUE(value, string) string
  4.    #else
  5.    #define TABLE_VALUE(value, string) value
  6.    #endif
  7.  
  8.